projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74ca9f
)
docs: fix quotes in example
author
William Jon McCann
<william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 15:54:42 +0000
(10:54 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 15:55:12 +0000
(10:55 -0500)
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 16a04f153ee76cebcecbdc4ac31138246ae5ccb8..d0b5908666d23b8f03b86db4b26d989b1456cadb 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-207,7
+207,7
@@
* An example looks like this:
*
* |[<!-- language="C" -->
- * gtk_label_set_markup (label, "Go to the <a href=
"http://www.gtk.org" title="<i>Our</i> website
">GTK+ website</a> for more...");
+ * gtk_label_set_markup (label, "Go to the <a href=
\"http://www.gtk.org title="<i>Our</i> website\
">GTK+ website</a> for more...");
* ]|
*
* It is possible to implement custom handling for links and their tooltips with